with Type Alias Named
fun <T : KoTypeAliasProvider> List<T>.withTypeAliasNamed(name: String, vararg names: String): List<T>
List containing declarations that have at least one type alias with the specified name(s).
Return
A list containing declarations with at least one of the specified type alias(s).
Parameters
name
The name of the type alias to include.
names
The names of additional type aliases to include.
List containing declarations that have at least one type alias with the specified name(s).
Return
A list containing declarations with at least one of the specified type alias(s).
Parameters
names
The names of additional type aliases to include.